home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / util / misc / uninstl.lha / Deleter < prev    next >
Text File  |  1992-09-02  |  440b  |  18 lines

  1. Echo "Choose the log file for the disinstallation"
  2. Wait 2
  3. Requestfile >Ram:Env/Erase
  4. Alias NEW: "DELETE >NIL: ALL FORCE"
  5. Execute $Erase
  6. Echo ""
  7. Echo "Choose the directory in which the *"old*" files S:Startup-sequence and"
  8. Echo "S:User-startup are contained."
  9. Wait 2
  10. Requestfile DRAWERSONLY >Ram:Env/Erase
  11. Cd `getenv Erase`
  12. Copy Startup-sequence S:
  13. If Exists User-startup
  14.   Copy User-startup S:
  15. EndIf
  16. Delete >NIL: RAM:Env/Erase
  17. Echo "OK!!!"
  18.